home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
fractal
/
kaos.lha
/
lyaplib
/
lyap_algorithm_option_proc.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1989-12-06
|
314 b
|
18 lines
/*
### procedure for selecting an algorithm ###
*/
#include <suntool/sunview.h>
#include <suntool/panel.h>
void lyap_algorithm_option_proc(item,value,event)
Panel_item item;
int value;
Event *event;
{
extern int lyap_algorithm_option;
lyap_algorithm_option = value;
}